GET Users/GetPermissions?IDs[0]={IDs[0]}&IDs[1]={IDs[1]}&permissions[0]={permissions[0]}&permissions[1]={permissions[1]}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDs

Collection of globally unique identifier

Required

permissions

Collection of globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "b248cac9-4af6-4c02-9bee-ccaa8c318419",
    "df3e11d1-593f-4cc6-989a-dbb5aedec3fc"
  ]
}

text/javascript

Sample:
{"results":["b248cac9-4af6-4c02-9bee-ccaa8c318419","df3e11d1-593f-4cc6-989a-dbb5aedec3fc"]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>b248cac9-4af6-4c02-9bee-ccaa8c318419</guid>
  <guid>df3e11d1-593f-4cc6-989a-dbb5aedec3fc</guid>
</ArrayOfguid>